Welcome![Sign In][Sign Up]
Location:
Search - matrix matlab

Search list

[matlabstiffness-matrix-MATLAB

Description: 1.计算梁的刚度矩阵 2.高斯积分 3.T3单元的刚度矩阵-1. Calculate the beam stiffness matrix 2. Gaussian integral 3.T3 element stiffness matrix
Platform: | Size: 656384 | Author: 闫玮婧 | Hits:

[Special Effectsrandom-measurement-matrix

Description: 在压缩感知中各种随机观测矩阵的matlab构建方法。包括随机傅里叶矩阵,部分hardmand矩阵等-In compressed sensing observation of various matrix matlab random construction method. Including random Fourier matrix, part hardmand matrix, etc.
Platform: | Size: 2048 | Author: 王金 | Hits:

[matlab1--灰色关联度matlab源程序(完整版)

Description: 关联度计算的预处理,一般初值化或者均值化,本程序中使用的是比较序列与参考序列组成的矩阵除以参考序列的列均值等到的(The preprocessing of the degree of association calculation, generally initialization or averaging, in this procedure is to compare the sequence and the reference sequence of the matrix, divided by the reference sequence of the column mean wait until)
Platform: | Size: 317440 | Author: 北方森林2 | Hits:

[matlabexample_diagonal_matrix2

Description: example for diagonal matrix
Platform: | Size: 2048 | Author: tresno | Hits:

[source in ebook《MATLAB数值计算案例分析》源程序

Description: 数值计算案例MATLAB程序;(MATLAB, as an interactive software package of strong practicability and high efficiency and convenient to engineering calculation, included application programs such as general data analysis, matrix operation, digital signal treatment, modeling, and system control and optimization etc. -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- Numerical analysis MATLAB program)
Platform: | Size: 21504 | Author: `梦想 | Hits:

[OtherMatlab 2016a Win64 Crack破解文件

Description: MATLAB 2016a破解版是一款由美国MathWorks公司出品的商业数学软件,MATLAB 2016a破解版可用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,它将数值分析、矩阵计算、科学数据可视化以及非线性动态系统的建模和仿真等诸多强大功能集成在一个易于使用的视窗环境中,为科学研究、工程设计以及必须进行有效数值计算的众多科学领域提供了一种全面的解决方案。(MATLAB is a 2016a version produced by American MathWorks company business mathematics software, MATLAB 2016a version can be used for high-level technical computing algorithm development, data visualization, data analysis and numerical computing language and interactive environment, it combines numerical analysis matrix calculation, scientific data visualization and modeling and Simulation of nonlinear dynamic systems. Many otherpowerful integrated in an easy-to-use Windows environment for scientific research, engineering design, and must provide a comprehensive solution for effective solutions in many scientific fields of numerical calculation.)
Platform: | Size: 67751936 | Author: whatever,anyways | Hits:

[matlabgene_check_mat_LDPC

Description: 通过Gallager和边增长算法生成LDPC码校验矩阵(generate the check matrix of LDPC code by using the Gallager method and progressive-edge-growth algorithm)
Platform: | Size: 10240 | Author: attack123 | Hits:

[AI-NN-PRspams-matlab-v2.5-svn2014-07-04.tar

Description: 基于Online Learning for Matrix Factorization and Sparse Coding的在线字典学习算法,本压缩包为作者的源代码(The online dictionary learning based on the paper "Online Learning for Matrix Factorization and Sparse Coding". This compression package is the author's source code.)
Platform: | Size: 1502208 | Author: 雨雪霏霏 | Hits:

[Communication-Mobilematlab代码

Description: LM 算法最小二乘法的概念,最小二乘法要关心的是对应的cost function是线性还是非线性函数,不同的方法计算效率如何,要不要求逆,矩阵的维数。(The concept of the least square method of the lm algorithm, the least square method should be concerned whether the corresponding cost function is a linear or nonlinear function, the different methods calculate the efficiency, or the inverse, the dimension of the matrix.)
Platform: | Size: 49152 | Author: 华南虎2 | Hits:

[matlabMATLAB快速入门

Description: 适用于初学者学习的简单计算,其中有几个简单的例子代码。(Suitable for beginners to learn the matrix writing and simple calculation.)
Platform: | Size: 6144 | Author: lalaW | Hits:

[matlabadjacency matrix

Description: matlab程序,其功能为将邻接表转换为邻接矩阵,非常方便。(Matlab program, its function is to convert adjacency table to adjacency matrix, very convenient.)
Platform: | Size: 15360 | Author: 宋可可 | Hits:

[Speech/Voice recognition/combineSpeech Encoding - Frequency Analysis MATLAB

Description: The speech signal for the particular isolated word can be viewed as the one generated using the sequential generating probabilistic model known as hidden Markov model (HMM). Consider there are n states in the HMM. The particular isolated speech signal is divided into finite number of frames. Every frame of the speech signal is assumed to be generated from any one of the n states. Each state is modeled as the multivariate Gaussian density function with the specified mean vector and the covariance matrix. Let the speech segment for the particular isolated word is represented as vector S. The vector S is divided into finite number of frames (say M). The i th frame is represented as Si . Every frame is generated by any of the n states with the specified probability computed using the corresponding multivariate Gaussian density model.
Platform: | Size: 787456 | Author: Khan17 | Hits:

[DocumentsMatlab经典教程——从入门到精通

Description: Matlab 俗称“矩阵实验室”,是Matrix Laboratory 的缩写。1984 年由美国MathWorks 公 司研制开发,以矩阵计算为基础的交互式的功能强大的科学及工程计算软件。(Matlab, commonly known as the matrix laboratory, is the abbreviation of Matrix Laboratory. In 1984 by the United States MathWorks public The company develops and develops interactive, powerful scientific and engineering computing software based on matrix computing.)
Platform: | Size: 2302976 | Author: 侯东 | Hits:

[matlab02. Matlab

Description: WAVEFAST Perform multi-level 2-dimensional fast wavelet transform. [C, L] = WAVE FAST (X , N, LP, HP) performs a 20 N-level FWT of image (or matrix) X with respect to decomposition filters LP and HP. [C, L] = WAVEFAST(X, N, WNAME) performs the same operation but fetches filters LP and HP for wavelet WNAME using WAVEFILTER. Scale parameter N must be less than or equal to 10g2 of the maximum image dimension. Filters LP and HP must be even. To reduce border distortion, X is symmetrically extended. That is, if X = [c1 c2 c3 ... cn] (in 1D), then its symmetric extension would be [ ... c3 c2 c1 c1 c2 c3 .. , cn cn cn-1 cn-2 ... ].
Platform: | Size: 3072 | Author: Hoang Cuong | Hits:

[Special EffectsMATLAB程序

Description: 快速PCA算法,用于快速提取出矩阵的主成分,主成分数量可定。(The fast PCA algorithm is used to extract the principal component of the matrix quickly, and the principal fraction can be determined.)
Platform: | Size: 1024 | Author: haoliang | Hits:

[matlab矩阵的Cholesky分解的Matlab实现_杨蕊

Description: 介绍了矩阵的 Cholesky 分解算法,结合实例用 Matlab编程实现了矩阵的 Cholesky 分解.(In this paper, The algorithm of Cholesky decomposition for matrix was introduced, and the routine was brought into effect based on matlab according to instance.)
Platform: | Size: 32768 | Author: Effie | Hits:

[matlabmatlab_funzioniletturascritturafile

Description: read and write from vector and matrix matlab
Platform: | Size: 1024 | Author: xandrt | Hits:

[transportation applicationsmatrix displacement method

Description: 结构力学大作业,应用于结构力学矩阵位移法,简化计算。(matrix displacement method in MATLAB code)
Platform: | Size: 4096 | Author: 北的落 | Hits:

[source in ebookRobotics Toolbox for MATLAB (Release 6)

Description: Matlab matrix laboratory(Matlab statistical analysis of 40 cases with source code)
Platform: | Size: 600064 | Author: asff | Hits:

[Booksan-introduction-to-matlab

Description: matlab入门基础书籍,英文版,共110页。包含基础操作,脚本,数据导入,矩阵,图像处理等关键内容。(matlab introduction, total 110 pages, including basic operational skills, script, data importing, matrix operation and graphic processing)
Platform: | Size: 3548160 | Author: XiY | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net